func math.log10

2 uses

	math (current package)
		log10.go#L13: 	return log10(x)
		log10.go#L16: func log10(x float64) float64 {